home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------*/
- /* */
- /* hctESec - This REXX Macro is called when the report finishes a section */
- /* */
- /* Valid Variables are: */
- /* hcTotalBytes hcDeep */
- /* */
- /*---------------------------------------------------------------------------*/
-
- Call RxhcLineOut '-------------ESec------------'
- Call RxhcLineOut 'hcTotalBytes=' hcTotalBytes
- Call RxhcLineOut 'hcDeep=' hcDeep
-
- RETURN